@media (min-width: 1200px) {
	.index-row1 .col-lg-c1 {
		width: 100%;
	}

	.index-row1 .col-lg-c2 {
		width: 38%;
	}
}

@media (min-width: 992px) {
	.index-row2 .col-md-c1 {
		width: 40%;
	}

	.index-row2 .col-md-c2 {
		width: 60%;
	}
}

.common_tt {
	text-align: center;
	padding-top: 35px;
}

.common_tt h3 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: initial;
}

.mb35 {
	margin-bottom: 35px;
}

.text_nowrap {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.bg{
	height: 140px;
	opacity: 1;
	background: linear-gradient(180deg, rgba(252, 244, 233, 1) 0%, rgba(246, 246, 246, 0) 100%);
}
.home_col_l {
    width: 51.25%;
    float: left;
}
.home_col_r {
    width: 45.6%;
    float: right;
}
.common_tt img {vertical-align: middle;margin-right: 10px;}
.common_tt .ariaskiptheme {display: block;width: 90%;margin-left: 20px;}

.til {margin-bottom: 20px;text-align: center;}
.slideBox{ width:615px; height:427px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:23px; overflow:hidden; position:absolute; right:20px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:22px; height:3px; line-height:14px; text-align:center; background:#FFFFFF; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff;width:45px;height: 3px;background-color: #CA1E1C; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:615px; height:427px; display:block;  }

	
		
.slideBox span{ position: absolute;box-sizing: border-box;bottom: 0;left: 0;width: 100%;height: 40px;line-height: 40px;padding-left: 2%;background: rgba(0,0,0,.7);color: #fff;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;background: url(../images/shadow.png) repeat-x bottom;background-size: auto 100%;line-height: 55px;height: 55px;padding-top: 0px;font-size: 111.11111%;padding-right: 6em}
body .tab-card .zw{width: 100%;}
body .tab-card .zw li{width: 33.333333333333%;height:96px;}
body .tab-card .zw li a{height:96px;line-height: 96px;font-size: 30px;background: #D1A578;color:white;padding:0 0;}
/* body .tab-card .zw .on a{background: url(../images/zwgk.png) no-repeat center top;} */
/* body .tab-card .zwgk{height:96px; background: url(../images/zwbg.png) no-repeat center top;} */

.zwgk {margin-top: 40px;}
.zwgk ul li.on::before{
	content: "";
	position: absolute;
	width: 100%;
	top: -14px;bottom: 0;
    background-repeat: no-repeat;
	z-index: 10;
} 
.zwgk ul li.on::after{
	content: "";
	position: absolute;
	width: 100%;
	top: 0;bottom: 0;
} 
.zwgk ul li.zwgk_r.on::before{
	background: url(../images/zwgk_r.png);
	background-size: 400px 123px;
}
.zwgk ul li.on::after{
	background-color: #d1a578;
}
.zwgk ul li.on a{
	background: transparent;
	color: transparent;
}
.zwgk ul li.zhfw_r.on::before{
	background: url(../images/zhfw_r.png);
	background-size: 400px 123px;
}
.zwgk ul li.hdjl_r.on::before{
	background: url(../images/hdjl_r.png);
	background-size: 400px 123px;
}
/* .zwgk ul li.zwgk_r.on::before{
	background: url(../images/zwgk_r.png);
}
.zwgk ul li.zhfw_r.on::before{
	background: url(../images/zhfw_r.png);
}
.zwgk ul li.hdjl_r.on::before{
	background: url(../images/hdjl_r.png);
} */
.xxgk .flex a {
    width: 32.3%;
    margin-top: 7px;
     background-color: white; 
    text-align: center;
    height: 102px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.xxgk .flex a img {
    display: block;
    margin-bottom: 7px;
    max-width: 46px;
    transition: all .3s;
}
.xxgk .flex a span {
    display: block;
	color: #995100;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xxgk .box{
	background: #fff;
    text-align: center;
	padding: 10px 0;
	box-shadow: 6px 8px 25px  rgba(237, 229, 218, 1);
	border-radius: 4px;
}
.xxgk .box ul{
	overflow: hidden;
	margin: 0 20px;
}
.xxgk .box li{
	float: left;
	width: 33%;
	border-bottom: 1px solid #ebebeb;
	padding: 12px 0;
}
.xxgk .box li:nth-child(5),.xxgk .box li:nth-child(6),.xxgk .box li:nth-child(4){
	border: none;
}
.xxgk .box li .zwgk-item{
	border-right: 1px solid #ebebeb;
}
.xxgk .box li:nth-child(3n) .zwgk-item{
	border-right: none;
}
.xxgk .box li .zwgk-item a{
	display: block;
	/*margin: 16px;*/
}
.xxgk .box li:first-child .zwgk-item a p {
	line-height:48px;
}
.xxgk .box li .zwgk-item a p{
	font-size: 16px;
	color: rgba(153, 81, 0, 1);
}
.xxgk .box .zwgk-item a i{
	height: 60px;
	display: block;
}
.gongbao{
	margin-top:40px;
}
.bannerhf{
	margin-top: 20px;
}
.imgscale{
	margin-top: 20px;
}
.gongbao img {
	width: 100%;
	height: 127px;
}
.zzc {
    
    background: url(../images/zc_icon1.png) no-repeat right center;
    background-size: auto 96%;
    height: 0;
    padding-top: 10.7%;
    position: relative;
}
.layui-form {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -22px;
    left: 0;
    padding: 0 40px 0 15em;
    box-sizing: border-box;
}
.layui-form-label {
    width: auto;
    font-size: 144.444%;
    font-weight: 700;
    color: #005293;
    padding-left: 25px;
    line-height: 27px;
    position: absolute;
    top: 0;
    left: 0;
}
.layui-input {
    width: 100%;
    border: none;
    box-sizing: border-box;
    line-height: 45px;
    height: 45px;
	border-radius: 30px;
}
.layui-form button {
    position: absolute;
    top: 0;
    right: 40px;
    line-height: 45px;
    height: 45px;
    background-color: white;
    font-size: inherit;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}
.layui-icon {
    margin-right: 3px;
    font-size: 18px;
    vertical-align: bottom;
    vertical-align: middle\9;
}
.layui-icon-search:before {
    content: "\e615";
}
.mt25{margin-top:25px;}
.pl40{padding-left: 40px;}
.bg2{
/* height: 696.04px; */
opacity: 1;
background: linear-gradient(180deg, rgba(252, 244, 233, 1) 0%, rgba(246, 246, 246, 0) 100%);}

.ztzl_txt{display: block;margin: 0 auto;}
.ztzl .container .tit{text-align: center;}
.ztzl{margin-bottom: 40px;}

.picScroll-left{ width:100%;  overflow:hidden; position:relative;   }
.picScroll-left .hd{ overflow:hidden;  height:30px;  margin-top: 15px;padding-left: 512px;  }
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("images/arrow.png") no-repeat;}
.picScroll-left .hd .next{ background-position:0 -50px;  }
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{  overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:22px; height:4px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:#979797; }
.picScroll-left .hd ul li.on{ background-position:0 0; width:45px; height:4px;background:#CA1E1C;}

.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin-right:16px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:390px; height:188px; display:block;  padding:2px;  }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }
		
/*.zwfw .common_hd ul li a {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -46px;
}
.zwfw .common_hd ul li a {
	font-size: 133.333%;
	cursor: pointer;
}
body .zwfw .common_hd ul .act {
	background: url(../images/bg001.png) no-repeat center;
	background-size: 100%;
}
.zwfw .common_hd ul li {
	display: inline-block;
	float: none;
	background: url(../images/bg002.png) no-repeat center;
	width: 344px;
	background-size: 100%;
}
.zwfw .common_hd li {
	height: 74px;
	position: relative;
}
.zwfw .common_hd ul {
	text-align: center;
	position: relative;
	z-index: 99999;
	top: -16px;
}
.zwfw .common_hd {
	margin-bottom: 0;
	border-bottom: none;
}
.zwfw .tabSwiper .swiper-slide {
	background-color: white;
}
.zwfw .tabSwiper .swiper-slide .ovh {
	overflow: visible;
}
.ovh {
	padding: 0px 0px 10px 0px;
}
.zwfw .tabSwiper .swiper-slide .ovh>div {
	overflow: hidden;
	padding: 20px;
}
.zwfw  .bd{
	padding: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(234, 214, 193, .2) 100%);
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 20px  #EDE5DA;
}
.zwfw .common_hd2 {
	border-bottom: none;
	text-align: center;
}
.zwfw .common_hd2 li {
	float: none;
	display: inline-block;
	width: 290px;
	height: 58px;
	line-height: 58px;
	margin-left: 0;
	background: url(../images/fw_b.png) center no-repeat;
}
.zwfw .common_hd2 li.on {
	background: url(../images/fw_b_h.png) center no-repeat;
}
.zwfw .common_hd2 li:before,
.zwfw .common_hd2 li:after {
	display: none;
}
.zwfw .common_hd2 li a {
	vertical-align: middle;
	color: #383838;
}
.zwfw .common_hd2 .on a {
	color: #CA1E1C;
}
.zwfw_box .bd li{
	float: left;
	width: 23.68%;
	height: 90px;
	padding: 30px 0 20px 0;
	text-align: center;
	margin-right: 20px;
	margin-top: 15px;
	background:  linear-gradient(180deg, rgba(239, 221, 188, .2) 0%, rgba(218, 184, 135, .2) 100%), rgba(245, 249, 252, .2);
}
.zwfw_box .bd li img {
	max-width: 52px;
	height: 52px;
}
.zwfw_box .bd li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.zwfw_box .bd li:nth-child(4n) {
	margin-right: 0;
}
.zwfw_box ul li i{
	display: inline-block;
	width: 73px;height: 73px;
	margin: 0 34px 0 84px;
}
.zwfw_box ul li span{
	display: block;
	margin-top: 15px;
	font-size: 22px;
	color: rgba(153, 81, 0, 1);
}
.bs-list li {
	float: left;
	width: 49%;
	padding: 15px 0;
	text-align: center;
	margin-left: 24px;
	background: linear-gradient(135deg, rgba(252, 255, 230, 1) 0%, rgba(241, 247, 203, 1) 100%);
}
.bs-list li a {
	color: #9E9B4C;
	font-size: 1.5em;
}
.bs-list .owl-carousel .owl-item  img {
	display: inline-block;
	width: 74px;
	height: 74px;
	margin-right: 25px;
}
.bs-list li:first-child {
	margin-left: 0;
	background: linear-gradient(135deg, rgba(255, 248, 235, 1) 0%, rgba(252, 240, 216, 1) 100%);
}
.bs-list li:first-child a {
	color: #BD6D1C;
}*/
/*采用海林市政府服务样式s*/
.zwfw {
	padding: 30px;
	background: linear-gradient(180deg, rgba(234, 214, 193, .2) 0%, rgba(255, 255, 255, 1) 100%);
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 20px  #EDE5DA;
}
.zwfw_box .bd li{
	float: left;
	width: 48%;
	height: 39px;
	padding: 45px 0;
	text-align: center;
	margin-right: 20px;
	margin-top: 15px;
	background:  linear-gradient(180deg, rgba(239, 221, 188, .2) 0%, rgba(218, 184, 135, .2) 100%), rgba(245, 249, 252, .2);
}
.zwfw_box .bd li:nth-child(2n) {
	margin-right: 0;
}
.zwfw_box ul li i{
	display: inline-block;
	width: 73px;height: 73px;
	margin: 0 34px 0 84px;
}
.zwfw_box ul li span{
	font-size: 22px;
	color: rgba(153, 81, 0, 1);
}
/*采用海林市政府服务样式e*/
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.boxf {
	width: 17.25%;
	background: linear-gradient(180deg, rgba(239, 221, 188, 1) 0%, rgba(218, 184, 135, 1) 100%), rgba(245, 249, 252, 1);
	height: 130px;
	margin: 8px;
	padding: 4px;
}
.icof {
	width: 53px;
	height: 65px;
	margin: 20px auto 0px auto;
}
.icof img {
	width: 100%;
}
.titlefy {
	display: block;
	width: 100%;
	line-height: 20px;
	text-align: center;
	color: #995100;
	font-size: 18px;
	margin-top: 10px;
}
.titlefy:hover{
	color: #CA1E1C;
}
.flex {
	justify-content: left;
}
body .lc .owl-carousel1 .article img {
	width: 100%;
	height: 100%;
	 margin:0px;
}
.owl-carousel1 .article{padding: 0px;background: none;}
body .owl-carousel1 .owl-controls .owl-nav div{
	font-size: 30px;
	background: #D1A578;
}
body .owl-carousel1 .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: 20px;
	left: -5px;
}
body .owl-carousel1 .owl-controls .owl-nav .owl-next {
	position: absolute;
	right: -5px;
	top: 20px;
}
.lyhf,.yjzj{
	position: relative;
	/* border-bottom: 1px solid #D9D9D9; */
	height: 45px;
	margin-top: 25px;
}
.yjzj {
	margin-top: 0;
}
.lyhf h3 a{
	color: rgba(202, 30, 28, 1);
	font-size: 22px;
	font-weight: 700;
}
.yjzj h3 a{
	color: rgba(202, 30, 28, 1);
	font-size: 22px;
	font-weight: 700;
}
.yj{padding: 0px 0px 20px 40px;}
.yjzj_pic {width:71px;height: 67px;display: inline-block;float: left;}
.zxft-list .newslist li{height: auto;padding: 10px 0;}
.zxft-list .newslist li a{display: inline-block;display: -webkit-box;line-height: 25px;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: unset;word-break: unset;}
.zxft-list .newslist li span.time{left: 88px;bottom: 10px;top: auto;}
.zxft-list .infolist.dot li a:before { content: none;}
.jxz{margin-left: 12px;    color: rgba(153, 81, 0, 1);}
.pd20{padding-top: 20px;}
.lyhf h3{border-bottom: 1px solid #D9D9D9; height: 45px;}
.yjzj h3{border-bottom: 1px solid #D9D9D9;height: 45px;}
.more1 {
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.more1 a {
    color: #CA1E1C;
}
.yj .common_hd2 li+li {
    margin-left: 0px;
}
.yj .common_hd2{
	border-bottom: 0px solid #cacaca;
}
.wjdc h3 {
    border-bottom: 1px solid #D9D9D9;
    height: 45px;
}
.wj a{
	display: inline-block;
	font-size: 16px;
	width: 80%;
}
.wj span{
	display: inline-block;
}
.wj li{
	background: linear-gradient(90deg, rgba(252, 246, 238, 0) 0%, rgba(252, 246, 238, 1) 100%);
	border-left: 6px solid #F5EADA;
	height: 70px;
}

.ldxx{position: relative;}
.wyxx{position: absolute;
	top: 19px;
	left: 45%;
	display: block;
	border: 1px solid #CA1E1C;
	padding: 10px 20px;
	color: #CA1E1C;
	font-weight: bold;
}
.wycx{
	position: absolute;
	top: 68px;
	left: 45%;
	display: block;
	border: 1px solid #CA1E1C;
	padding: 10px 20px;
	color: #CA1E1C;
	font-weight: bold;
}
.hot-dc .hot-til {
	float: left;
	width: 44px;
	height: 60px;
	line-height: 29px;
	padding: 20px 28px;
	font-size: 1.375em;
	font-weight: 700;
	background: linear-gradient(217.54deg, #ECC283 0%, #CAA36B 100%);
}
.hot-dc .hot-til a {
	color: #fff;
}
.hot-dc .sub {
	float: left;
	padding: 21px 55px 21px 28px;
	background: linear-gradient(90deg, rgba(252, 246, 238, 0) 0%, rgba(252, 246, 238, 1) 100%);
}
.sub p {
	font-size: 1em;
	color: #333;
}
.sub p:first-child {
	font-size: 1.125em;
	color: #8A5622;
	margin-bottom: 10px;
}
.sub p:first-child a {
	color: #8A5622;
}
@media (max-width: 1280px) {
	.zwgk ul li.on::before{position: relative;}
	.zwgk ul li.on::after{background: transparent;}
	.slideBox{width: auto;height: auto;}
	.home_col_l,.home_col_r{width: 100%;}
	.slideBox .bd img{width: 100%;height: auto;}
	.bg2 .index-row1 .bannerhf .fl{width: 66.66666667%;}
	.bg2 .index-row1 .bannerhf .fr{width: 30%;}
	.home_gzdt{margin-top: 30px;}
}
@media (max-width: 992px) {
	.bg2 .index-row1 .bannerhf .fl,.bg2 .index-row1 .bannerhf .fr{width: 100%;}
	.bg2 .index-row1 .bd .item .xxgk{padding: 0;}
	.bg2 .index-row1 .bannerhf .fr{margin-top: 20px;text-align: center;}
	.zwfw_box .bd li {width: 100%;}
	.zwfw {padding: 5px;}
	.zmhd-ldxx{height: inherit;padding: 20px;line-height: 1.3;}
	.zmhd-ldxx h3{margin-left: 0;display: block;}
	.zmhd-ldxx ul{margin: 0 -5px;}
	.zmhd-ldxx ul li a{margin: 10px 5px 0;}
	.links li {width: 100%;margin-left: 0;margin-bottom: 15px;}
	.links li img {width: 100%;}
	.gongbao {text-align: center;}
	.pl40 {padding-left: 0;}
	.pr15 {padding-right: 0;}
	.pl15 {padding-left: 0;}
}
/* 左侧公告 */
.index-duilianb{display: none; position:fixed;bottom:2px;width:266px;z-index:999;}
.index-duilianb .tit{font-size:15px;color:#fff;height:30px;line-height:30px;background:#C91907;padding-left:10px;}
.index-duilianb .conbox{border:1px solid #ccc;border-top:none;overflow:hidden;background:#fff;}
.index-duilian-gonggao{left:5px;}
.index-duilian-gonggao .tit span{cursor:pointer;position:absolute;top:0;right:0;width:20px;height:20px;}
.index-duilian-gonggao .conbox{padding:10px;line-height:25px;text-indent:2em;word-wrap:break-word;word-break:break-all;}

@media (max-width: 640px) {
	/* .index-duilian-gonggao{display: none !important;} */
}
/*专题专栏*/
.picScroll-left .prev,.picScroll-left .next {position: absolute; top: 50%; margin-top: -45px; width: 18px; height: 44px;background: url(../images/icon_slide_prev_gray.png) no-repeat center rgba(255,255,255,.7);background-size: 50%; transition: .3s all;z-index: 1;cursor: pointer;transition: 0.3s all;-webkit-transition: 0.3s all;}
.picScroll-left .prev {left: 0;}
.picScroll-left .next {right: 0;}
.picScroll-left .next{ background-image: url(../images/icon_slide_next_gray.png);}
.picScroll-left .prev:hover,.picScroll-left .next:hover{background-color: #fff;}
.picScroll-left .prev,.picScroll-left .next{display: none;}
.picScroll-left:hover .prev,.picScroll-left:hover .next {display: block;}
/*240826飘窗*/
#cod2ee{
  width: 320px;
  /* height: 95px; */
  /* padding: 10px; */
  z-index: 99999;
  color: #FFF;
  overflow: hidden;
}
#cod2ee .codclose{
  position: relative;
  height: 25px;
  background: #106ae7;
}
#cod2ee .codclose span{
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
#cod2ee .codct{
  background: #106ae7;
  height: auto;
  padding: 0 20px 20px 20px;
  font-size:14px;
}